home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <winb.h>
- #include <te.h>
- #include <fntb.h>
- #include <gui.h>
-
- extern int ban_windowId ;
- extern int igo_disp() ;
-
- #define ALIGN 4
- #define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)
-
- /* MMI_init 用データ */
-
- /* ヘッダ */
-
- MMIINIT initDataMIBAN = { "MmiInit", 1, 0 } ;
-
- /* ban_windowId */
-
- static MMIPACKET d001 = { &ban_windowId,
- NULL,
- &MJ_WINDOWL40,
- 0,
- MS_NONE
- } ;
- static WINDOWL40 d001d = { MS_BTRIGHTL40 | MS_BTLEFTL40 | MS_EVMOSONL40 | MS_TITLEL40 | MS_CLOSEL40,
- 200, 21, 639, 479, 8, 7, 7,
- MS_NONEL40,
- NULL, 0, 0,
- 1, 17, 440, 440,
- 128, 96, 640, 480,
- igo_disp,
- "碁盤",
- } ;
-
-